home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / pascal / mtkit1.zip / MTOOLKIT.DOC < prev    next >
Text File  |  1993-08-04  |  13KB  |  326 lines

  1. TURBO TPU TOOLKIT! (TM) Version 1.00
  2. COPYRIGHT 1993 LONE WOLF ENTERPRISES ALL RIGHTS RESERVED
  3.  
  4. DOCUMENTATION
  5.  
  6. INTRODUCTION
  7.  
  8. TURBO TPU TOOLKIT! (TM) Version 1.00 is a TPU based toolkit of
  9. mathematical functions for the experienced programmer and the
  10. novice programmer alike.  TURBO TPU TOOLKIT! has easy plug in
  11. functions such as inverse trigonometric functions, hyperbolic
  12. functions, factorials, permutations and much, much more!  The TPUs
  13. are designed to provide accuracy to 19 significant figures, perfect
  14. for graduate students who need high level mathematical functions
  15. for your programs.  You programmers write the code, display any
  16. output the way YOU want it, the TPUs of the TURBO TPU TOOLKIT! will
  17. just do the calculations.
  18. &
  19. INTRODUCTION - cont.
  20.  
  21. A sample program, MATHTEST.EXE and its Turbo Pascal 5.5 source code
  22. (both supplied in this advertised release) provide an example of
  23. how easy it is to "plug in" a TPU for your programming needs. 
  24. Various kits are available in a single unit and as separate units
  25. to provide programming flexibility.  A manual for the tools
  26. featured in this release and for all other tools are available for
  27. registered users.  More toolkits may be purchased separately. 
  28. "Teaching code is available for all TPUs.  Anyone who tries TURBO
  29. TPU TOOLKIT! with C/C++ programs, please let me know if it works. 
  30. Site licenses available for commercial use and for LANs.  Requires
  31. Turbo Pascal 5.5 or 6.0.  Have fun!!
  32. &
  33. PC REQUIREMENTS
  34.  
  35. IBM compatible computer (those with DOS emulators may have a
  36. problem), MS-DOS 3.3 and up.  EGA color monitor or better
  37. (CGA cards and monochrome monitors may not display the program
  38. well).  512 K RAM minimum, 70 K of disk space.  MATHTEST.EXE may be
  39. run on a floppy, harddrive or ramdrive.  TPUTOOLS.DOC MUST RESIDE
  40. IN THE SAME DIRECTORY AS MATHTEST.EXE!  If you use this program
  41. under Windows 3.x, the program will run in a window and will run
  42. full screen.  The program works under QEMM 386 and PCTools
  43. Ramboost.
  44. &
  45. INSTALLATION
  46.  
  47. Turn on the computer to start your operating system.  Place
  48. the floppy disk into the disk drive.  Switch to the floppy
  49. drive by typing "A:" or "B:" at the prompt.  Type "DIR" to
  50. view the contents of the disk.  Type "INSTALL", press "ENTER" and
  51. follow the instructions.  Once the installation is complete,
  52. switch to the drive you installed the program on and then switch
  53. to the TPUTOOLS subdirectory by typing "C:" (or whatever drive you
  54. installed the program), press "ENTER", then type "CD\TPUTOOLS" and
  55. press "ENTER".  The TPU files may be moved to any directory you
  56. want.  MATHTEST.EXE AND TPUTOOLS.DOC MUST BE IN THE SAME DIRECTORY
  57. TO WORK PROPERLY.  Have fun!!
  58. &
  59. OPERATION - MATHTEST.EXE
  60.  
  61. Type "MATHTEST" and press "ENTER" to start the program.  A menu
  62. will appear.  The words "TURBO TPU TOOLKIT!" (TM) should blink in
  63. red (color may vary on some monitors).  You will see the following
  64. options:
  65.  
  66.           A. Option 1 - Arc Cosine
  67.           B. Option 2 - Arc Sine
  68.           C. Option 3 - Log Base Ten
  69.           D. Option 4 - Hypotenuse
  70.           E. Option 5 - Find prime numbers
  71.           F. Option 6 - Inverse Logarithm
  72.           G. Option 7 - Tangent
  73.           H. Option 8 - Hyperbolic Cosine
  74.           I. Option 9 - Hyperbolic Sine
  75.           J. Option A - Factorial
  76.           K. Option T - Turbo Tpu Toolkit! Instructions
  77.           L. Option q - Quit the program
  78.  
  79. Press the number or letter WITHOUT PRESSING THE <ENTER> KEY!
  80. &
  81. OPERATION - cont.
  82.  
  83. A. Arc Cosine
  84.  
  85.    Computes the inverse cosine of a given radian value.  The      
  86.    function returns valid answers for radian values given between
  87. -
  88.    pi and pi.
  89.  
  90. B. Arc Sine
  91.  
  92.    Computes the inverse cosine of a given radian value.  The      
  93.    function returns valid answers for radian values given between
  94. -
  95.    pi and pi.
  96.  
  97. C. Log Base 10 (Common) Logarithm
  98.  
  99.    Computes the common logarithm of a given value between 0.00001 
  100.    and  450,000.  Negative numbers are not valid.
  101.  
  102. D. Hypotenuse
  103.  
  104.    Takes the input of two sides of a right triangle and computes
  105.    its hypotenuse.
  106. &
  107. OPERATION - cont.
  108.  
  109. E. Find prime numbers
  110.  
  111.      1. Single prime number
  112.  
  113.         Determines if the number of your choice is a prime number.
  114.  
  115.      2. Range of prime numbers
  116.  
  117.         Determines the number of prime numbers within the range you
  118.         specify.  Outputs those numbers to the screen.
  119.  
  120.         Both sections handle only integer values.
  121.  
  122. F. Inverse Logarithm
  123.  
  124.    Computes the inverse logarithm of a number for any specified
  125.    base.
  126. &
  127. OPERATION - cont.
  128.  
  129. G. Tangent
  130.  
  131.    Computes the tangent of a given radian value.  The function
  132.    returns valid answers for all real numbers given.
  133.  
  134. H. Hyperbolic Cosine
  135.  
  136.    Computes the hyperbolic cosine of any given value.  The function
  137.    returns valid answers for all real numbers given.
  138.  
  139. I. Hyperbolic Sine
  140.  
  141.    Computes the hyperbolic sine of any given value.  The function 
  142.    returns valid answers for all real numbers given.
  143.  
  144. J. Factorial
  145.  
  146.    Computes the factorial of any given positive integer less than 
  147.    1700.
  148.  
  149. K. Turbo Tpu Toolkit! Instructions
  150.  
  151.    This file.
  152.  
  153. L. Quit the MATHTEST program
  154.  
  155.    Quit this program and return to your operating system.
  156. &
  157. INCLUDED FILES
  158.  
  159. The following files are included in TURBO TPU TOOLKIT!:
  160.  
  161. MATHTEST.EXE   The TURBO TPU TOOLKIT! demonstration program.
  162. MATHTEST.PAS   The source code for MATHTEST.EXE.
  163. INSTALL.EXE    The installation program.
  164. TPUTOOLS.DOC   Instructions and registration information.
  165. README.1ST     Instructions on installation and startup.
  166. ORDER.TXT      Ready to print registration form.
  167. *.TPU          Toolkit TPUs.
  168.  
  169. MATHTEST.EXE AND TPTOOLS.DOC MUST BE IN THE SAME DIRECTORY TO RUN
  170. PROPERLY.  THE TPU FILES MUST RESIDE IN A DIRECTORY OR A PATH THAT
  171. TURBO PASCAL CAN FIND THEM.
  172. &
  173. REGISTRATION
  174.  
  175. TURBO TPU TOOLKIT! (TM) Version 1.00 is $5.00.  This will get you
  176. the latest version of MATHTEST.EXE, MATHTEST.PAS, Kit#1 (5 TPUs)
  177. and a printed manual for all TPU Kits 1-5.  See the file
  178. "ORDER.TXT" for all the items available.  Print the file
  179. "ORDER.TXT" and fill it out to order the material you want.  New
  180. levels and updates will be announced as soon as they are ready.
  181. &
  182. REGISTRATION - cont.
  183.  
  184. TEACHING CODE
  185.  
  186. Code for Kit#1 (all 5 TPUs) is available for $20.  You get a VERY
  187. well commented source code and a commentless source code for
  188. experimentation.  Both versions of the source code will be sent on
  189. disk and in a printed manual.
  190.  
  191. The Installation Source with VERY well commented source code is $5.
  192.  
  193. Please include $2 for shipping/handling along with the payment
  194. for whatever items you order.  Outside the continental United
  195. States please include $4 for shipping/handling.
  196.  
  197. SHAREWARE DEALERS - PLEASE REGISTER SO I CAN KEEP YOU UP TO DATE!
  198. &
  199. VIRUS PROTECTION
  200.  
  201. This program was scanned with PCTools 8.0 virus checker.
  202. &
  203. REFERENCES
  204.  
  205. 1. Handbook of Mathematical Functions With Formulas, Graphs and   
  206.    Mathematical Tables - U.S. Department of Commerce, Tenth       
  207.    Printing, December 1972.
  208.  
  209. 2. Perry's Chemical Engineering Handbook 6th edition.
  210.  
  211. 3. Elementary Numerical Analysis.
  212.  
  213. 4. The Random House College Dictionary revised edition.
  214. &
  215. DEFINITION OF SHAREWARE - (YES! It really works)
  216.  
  217. Shareware distribution gives users a chance to try software
  218. before buying it. If you try a Shareware program and continue
  219. using it, you are expected to register. Individual programs
  220. differ on details -- some request registration while others
  221. require it, some specify a maximum trial period. With
  222. registration, you get anything from the simple right to continue
  223. using the software to an updated program with printed manual.
  224.  
  225. Copyright laws apply to both Shareware and commercial software,
  226. and the copyright holder retains all rights, with a few specific
  227. exceptions as stated below. Shareware authors are accomplished
  228. programmers, just like commercial authors, and the programs are
  229. of comparable quality. (In both cases, there are good programs
  230. and bad ones!) The main difference is in the method of
  231. distribution. The author specifically grants the right to copy
  232. and distribute the software, either to all and sundry or to a
  233. specific group. For example, some authors require written
  234. permission before a commercial disk vendor may copy their
  235. Shareware.
  236. &
  237. DEFINITION OF SHAREWARE - cont.
  238.  
  239. Shareware is a distribution method, not a type of software. You
  240. should find software that suits your needs and pocketbook,
  241. whether it's commercial or Shareware. The Shareware system makes
  242. fitting your needs easier, because you can try before you buy.
  243. And because the overhead is low, prices are low also. Shareware
  244. has the ultimate money-back guarantee -- if you don't use the
  245. product, you don't pay for it.
  246. &
  247. DEFINITION OF SHAREWARE - cont.
  248.  
  249. TURBO TPU TOOLKIT! is a "shareware program" and is provided at no
  250. charge to the user for evaluation.  Feel free to share it with your
  251. friends, but please do not give it away altered or as part of
  252. another system.  The essence of "user-supported" software is to
  253. provide personal computer users with quality software without
  254. high prices, and yet to provide incentive for programmers to
  255. continue to develop new products.  If you find this program
  256. useful and find that you are using TURBO TPU TOOLKIT! and continue
  257. to use TURBO TPU TOOLKIT! after a reasonable trial period, you must
  258. make a registration payment of $5.00 to LONE WOLF ENTERPRISES.  The
  259. $5.00 registration fee will license one copy for use on any one
  260. computer at any one time.  You must treat this software just like
  261. a book.  An example is that this software may be used by any
  262. number of people and may be freely moved from one computer
  263. location to another, so long as there is no possibility of it
  264. being used at one location while it's being used at another.
  265. Just as a book cannot be read by two different persons at the
  266. same time.
  267. &
  268. DEFINITION OF SHAREWARE - cont.
  269.  
  270. Commercial users of TURBO TPU TOOLKIT! must register and pay for
  271. their copies of TURBO TPU TOOLKIT! within 30 days of first use or
  272. their license is withdrawn.  Site-License arrangements may be made
  273. by contacting LONE WOLF ENTERPRISES.
  274.  
  275. Anyone distributing TURBO TPU TOOLKIT! for any kind of remuneration
  276. must first contact LONE WOLF ENTERPRISES at the address below for
  277. authorization.  This authorization will be automatically granted to
  278. distributors recognized by the (ASP) as adhering to its guidelines
  279. for shareware distributors, and such distributors may begin
  280. offering TURBO TPU TOOLKIT! immediately (However LONE WOLF
  281. ENTERPRISES must still be advised so that the distributor can be
  282. kept up-to-date with the latest version of TURBO TPU TOOLKIT!.).
  283.  
  284. You are encouraged to pass a copy of TURBO TPU TOOLKIT! along to
  285. your friends for evaluation.  Please encourage them to register
  286. their copy if they find that they can use it.  All registered users
  287. will receive a copy of the latest version of the TURBO TPU TOOLKIT!
  288. system.
  289. &
  290. DISCLAIMER - AGREEMENT
  291.  
  292. Users of TURBO TPU TOOLKIT! must accept this disclaimer of
  293. warranty: "TURBO TPU TOOLKIT!" is supplied as is.  The author
  294. disclaims all warranties, expressed or implied, including, without
  295. limitation, the warranties of merchantability and of fitness for
  296. any purpose. The author assumes no liability for damages, direct or
  297. consequential, which may result from the use of TURBO TPU
  298. TOOLKIT!."
  299. &
  300. SOFTWARE SUPPORT
  301.  
  302. All versions of TURBO TPU TOOLKIT! will have guaranteed support for
  303. six (6) months from the registration date (this date will be listed
  304. on your manual).  You may contact me at your choice of the
  305. following:
  306.  
  307.      LONE WOLF ENTERPRISES
  308.      1507 E. 53rd Street
  309.      Chicago, IL  60615
  310.  
  311.      Compuserve - 
  312.  
  313.      1-800-xxx-xxxx (4:00 pm - 8:00 pm Central Standard Time)
  314. &
  315. OMBUDSMAN STATEMENT
  316.  
  317. Mr. J. A. Jackson is a member of the Association of Shareware
  318. Professionals (ASP).  ASP wants to make sure that the shareware
  319. principle works for you. If you are unable to resolve a shareware-
  320. related problem with an ASP member by contacting the member
  321. directly, ASP may be able to help. The ASP Ombudsman can help you
  322. resolve a dispute or problem with an ASP member, but does not
  323. provide technical support for members' products.  Please write to
  324. the ASP Ombudsman at 545 Grover Road, Muskegon, MI 49442-9427 USA,
  325. FAX 616-788-2765 or send a CompuServe message via CompuServe
  326. Mail to ASP Ombudsman 70007,3536.